#define global push_on_button_set_A %tbt_set_unil_A %i0
#define global get_on_button_set_A %tbt_set_unil_A *%p
#define global pop_on_button_set_A %tbt_set_unil_A *%o
#define global push_on_button_set_B %tbt_set_unil_B %i0
#define global get_on_button_set_B %tbt_set_unil_B *%p
#define global pop_on_button_set_B %tbt_set_unil_B *%o

//	}Nɂā@ڂ́AHSP Document Library#definẽy[Wɂ

//	buttonƕϐɒlĂjump}N
//	%1Fbuttonɕ\镶
//	%2FbuttonƑΏ
//	%3Fl
//	%4FbuttonƑĂjump郉x

#define global ctype button_set(%1,%2,%3,%4):push_on_button_set_A:push_on_button_set_B:\
button %1,get_on_button_set_A:goto get_on_button_set_B:pop_on_button_set_A:%2=%3:goto %4:pop_on_button_set_B


	cls 0
	objsize 200,25

#define this_folder "ADD BRs\\"
#define this_exe "add brs"
#define this_README "ReadMe@ADD_BRs"

button_set(this_exe,exe_var,this_folder+this_exe+".exe",*go_exe)
button_set(this_README,txt_var,this_folder+this_README+".txt",*go_readme)

#undef this_folder
#undef this_exe
#undef this_README

#define this_folder "CHECK COLLECTOR\\"
#define this_exe "CHECK_COLLECTOR010"
#define this_README "ReadMe@CHECK_COLLECTOR"

button_set(this_exe,exe_var,this_folder+this_exe+".exe",*go_exe)
button_set(this_README,txt_var,this_folder+this_README+".txt",*go_readme)

#undef this_folder
#undef this_exe
#undef this_README

#define this_folder "ADD LR\\"
#define this_exe "ADD LR"
#define this_README "ReadMe@ADD_LR"

button_set(this_exe,exe_var,this_folder+this_exe+".exe",*go_exe)
button_set(this_README,txt_var,this_folder+this_README+".txt",*go_readme)

#undef this_folder
#undef this_exe
#undef this_README

#define this_folder "DO RND\\"
#define this_exe "do rnd"
#define this_README "ReadMe@do rnd"

button_set(this_exe,exe_var,this_folder+this_exe+".exe",*go_exe)
button_set(this_README,txt_var,this_folder+this_README+".txt",*go_readme)

#undef this_folder
#undef this_exe
#undef this_README

#define this_folder "REPEAT AND FOR TEST\\"
#define this_exe "REPEAT AND FOR TEST"
#define this_README "ReadMe@REPEAT AND FOR TEST"

button_set(this_exe,exe_var,this_folder+this_exe+".exe",*go_exe)
button_set(this_README,txt_var,this_folder+this_README+".txt",*go_readme)

#undef this_folder
#undef this_exe
#undef this_README

#define this_folder "LIGHT GREP\\"
#define this_exe "LIGHT GREP 030"
#define this_README "ReadMe@LIGHT_GREP"

button_set(this_exe,exe_var,this_folder+this_exe+".exe",*go_exe)
button_set(this_README,txt_var,this_folder+this_README+".txt",*go_readme)

#undef this_folder
#undef this_exe
#undef this_README

#define this_folder "LINE COUNTER\\"
#define this_exe "LINE COUNTER 030"
#define this_README "ReadMe@LINE_COUNTER"

button_set(this_exe,exe_var,this_folder+this_exe+".exe",*go_exe)
button_set(this_README,txt_var,this_folder+this_README+".txt",*go_readme)

#undef this_folder
#undef this_exe
#undef this_README

#define this_folder "cmdꗗstandard\\"
#define this_exe "cmdꗗstandard"
#define this_README "ReadMe@cmdꗗstandard"

button_set(this_exe,exe_var,this_folder+this_exe+".exe",*go_exe)
button_set(this_README,txt_var,this_folder+this_README+".txt",*go_readme)

#undef this_folder
#undef this_exe
#undef this_README

#define this_folder "cmdꗗexpand\\"
#define this_exe "cmdꗗexpand"
#define this_README "ReadMe@cmdꗗexpand"

button_set(this_exe,exe_var,this_folder+this_exe+".exe",*go_exe)
button_set(this_README,txt_var,this_folder+this_README+".txt",*go_readme)

#undef this_folder
#undef this_exe
#undef this_README

#define this_folder "MAKE_LINK\\"
#define this_exe "MAKE_LINK"
#define this_README "ReadMe@MAKE_LINK"
pos 200,0
button_set(this_exe,exe_var,this_folder+this_exe+".exe",*go_exe)
button_set(this_README,txt_var,this_folder+this_README+".txt",*go_readme)

#undef this_folder
#undef this_exe
#undef this_README

#define this_folder "sel str\\"
#define this_exe "sel_str"
#define this_README "ReadMe@sel_str"

button_set(this_exe,exe_var,this_folder+this_exe+".exe",*go_exe)
button_set(this_README,txt_var,this_folder+this_README+".txt",*go_readme)

#undef this_folder
#undef this_exe
#undef this_README

#define this_folder "LIGHT analyze\\"
#define this_exe "LIGHT_analyze"
#define this_README "ReadMe@LIGHT_analyze"

button_set(this_exe,exe_var,this_folder+this_exe+".exe",*go_exe)
button_set(this_README,txt_var,this_folder+this_README+".txt",*go_readme)

#undef this_folder
#undef this_exe
#undef this_README

#define this_folder "my_replace4hsp\\"
#define this_exe "my_replace4hsp"
#define this_README "ReadMe@my_replace4hsp"

button_set(this_exe,exe_var,this_folder+this_exe+".exe",*go_exe)
button_set(this_README,txt_var,this_folder+this_README+".txt",*go_readme)

#undef this_folder
#undef this_exe
#undef this_README

stop

*go_exe
	exec exe_var
	stop
*go_readme
	exec "notepad "+txt_var
	stop